home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 3898 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: news.nstn.ca!news
  2. From: doakes@fox.nstn.ca (David Oakes)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: AmiTCP newbie needs help
  5. Date: 16 Apr 1996 14:43:15 GMT
  6. Organization: Nova Scotia Technology Network
  7. Message-ID: <1467.6680T697T2617@fox.nstn.ca>
  8. References: <4ku0lp$rk9@news.internetmci.com>
  9. NNTP-Posting-Host: ts2-09.hfx.istar.ca
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12. On 15-Apr-96 16:23:32, Dave Gentry said to All
  13. >Ok, I'll admit that the .readme files that come with AmiTCP 4.0 demo
  14. >are just "slightly" inadequate for a beginner.  After trying for over
  15. >a week to get the thing installed and working with PPP.device.  The
  16. >big question I have is this:
  17.  
  18. >After I dial in, do I type 'startnet' from the command line, or do I
  19. >type AmiTCP from the command line?
  20.  
  21. startnet.  There is more that has to be running than just AmiTCP and
  22. it will handle all of that for you.  You could also try configuring a
  23. dialscript for PPP and then you wouldn't have to use a separate dialer
  24. program.  When I was using the 4.0 demo I just typed startnet and
  25. PPP's dialer handled the connection and log-on.
  26.  
  27. Here's an example ppp.dial script:
  28.  
  29. TIMEOUT 2000
  30. REDIAL "BUSY","NO CARRIER"
  31. REDIALDELAY 200
  32. SEND "AT&F2"
  33. WAIT "OK"
  34. SEND "ATDTxxx-xxxx"  <--insert your ISP's phone number instead of x's.
  35. WAIT "name:"
  36. SEND "yourusername"  <--replace with your username.
  37. WAIT "word:"
  38. SEND "yourpassword"  <--replace with your password.
  39. DELAY 200
  40. SEND "ppp"
  41.  
  42. I keep my pp.dial file in ENV:Sana2/. Just be sure to put enter the
  43. dialscript into startnet using Config_AmiTCP.  It should add
  44. DIALSCRIPT=env:sana2/ppp.dial (the full path) to the config line
  45. within the startnet script.
  46.  
  47. --
  48.    David Oakes  |     /// Member: | doakes@fox.nstn.ca
  49.    Dartmouth NS | \\\///  Team    | aa783@ccn.cs.dal.ca
  50.    Canada       |  \XX/   Amiga   | Fidonet: David Oakes@1:251/18.1
  51. --
  52.  
  53.  
  54.